Commit 256acc22 by linboxuan

ucommune-back operate api

parent c518152f
......@@ -76,7 +76,9 @@ class UtilsUcommuneService extends AppServiceBase {
* @param {*} actionBody
*/
async getOrderDelivery(pobj, actionBody) {
return system.getResultSuccess({});
var reqUrl = this.centerOrderUrl + "action/ucommuneOrder/springBoard";
var result = await this.restPostUrl(pobj, reqUrl);
return result;
}
//--------------------------------优客工厂相关接口--end----------------------------------------------------
......
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