Commit 11b85bba authored by 姜登's avatar 姜登

gjjh5

parent 85b10715
Pipeline #15638 passed with stage
in 13 seconds
/*
* @Descripttion:
* @version:
* @Author: jd
* @Date: 2019-02-25 18:59:53
* @LastEditors: jd
* @LastEditTime: 2019-10-31 14:45:58
*/
'use strict';
const Controller = require('egg').Controller;
......@@ -100,7 +108,9 @@ class OrderController extends Controller {
const result = await service.storage.read(orderId, appKey);
ctx.body = {
code: 0,
data: result,
data: {
gjjData: result,
},
};
return;
}
......
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