Commit 43e8f295 authored by Hsinli's avatar Hsinli

addd

parent 1cdd9ed3
...@@ -4,18 +4,6 @@ const Controller = require('egg').Controller; ...@@ -4,18 +4,6 @@ const Controller = require('egg').Controller;
const xml2js = require('xml2js').parseString; const xml2js = require('xml2js').parseString;
class OrderController extends Controller { class OrderController extends Controller {
/**
* 我的信用首页
*/
async getMyCredit() {
const { ctx } = this;
ctx.success(ret);
}
//我的历史首页 //我的历史首页
async getRecord() { async getRecord() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment