Commit c61cadfe authored by 姜登's avatar 姜登

gjjh5

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