Commit c61cadfe authored by 姜登's avatar 姜登

gjjh5

parent 10e835cc
Pipeline #15644 passed with stage
in 8 seconds
......@@ -4,7 +4,7 @@
* @Author: jd
* @Date: 2019-02-25 18:59:53
* @LastEditors: jd
* @LastEditTime: 2019-10-31 14:59:50
* @LastEditTime: 2019-10-31 15:05:26
*/
'use strict';
......@@ -108,9 +108,7 @@ class OrderController extends Controller {
const result = await service.storage.read(orderId, appKey);
ctx.body = {
code: 0,
data: {
gjjData: result,
},
data: result,
};
return;
}
......@@ -141,7 +139,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