Commit 64bdae99 by 宋毅

tj

parent 899332da
var APIBase = require("../../api.base");
var system = require("../../../system");
var moment = require("moment");
class testApIT extends APIBase {
constructor() {
super();
}
async test(pobj, query, req) {
return system.getResultSuccess({ req: "ok22" });
}
}
module.exports = testApIT;
\ No newline at end of file
......@@ -4,10 +4,10 @@ var moment = require("moment");
class TestAPI extends APIBase {
constructor() {
super();
this.orderSve = system.getObject("service.dborder.orderSve");
// this.orderSve = system.getObject("service.dborder.orderSve");
}
async test(pobj, query, req) {
return system.getResultSuccess({ req: "ok" });
// var rc = system.getObject("util.aliyunClient");
// var param = pobj;
// try {
......@@ -36,49 +36,49 @@ class TestAPI extends APIBase {
// }
// var body = { channelItemCode: "1329709" };
// returnRuslt={
// "returnValue": [
// {
// "bizStatusExt": "service",
// "memberId": "b2b-****02",
// "productName": "商机**",
// "gmtCreate": "20171231200252000+0800",
// "gmtServiceEnd": "20190101000000000+0800",
// "bizStatus": "S",
// "paymentAmount": 420,
// "executePrice": 420,
// "orderItemNum": "W1712*****_1",
// "gmtServiceBegin": "20171231000000000+0800",
// "gmtConfirm": "20171231200329000+0800",
// "settleItemDtos": [
// ],
// "payCustomerUid": "12345678990000",
// "signCustomerUid": "12345678990000"
// }
// ],
// "successed": true
// };
// var tmpreq={app:};
// this.orderSve.addOrderNeed()
return system.getResultSuccess({ req: "ok" });
// return system.getResultSuccess({ req: "ok" });
}
}
module.exports = TestAPI;
\ No newline at end of file
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