md
This commit is contained in:
parent
5a874b7e16
commit
919ed99bd1
@ -354,6 +354,25 @@ public class Oms2cWaybillController extends BaseController
|
||||
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 获取我的收寄件统计信息
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("/getCustOrderStatData")
|
||||
public AjaxResult getCustOrderStatData()
|
||||
{
|
||||
JSONObject jData = new JSONObject();
|
||||
jData.put("sendNum",0);
|
||||
jData.put("recieveNum",0);
|
||||
|
||||
return AjaxResult.success("成功",jData);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 绑定月结卡号
|
||||
* @param monthPayCode
|
||||
|
||||
Loading…
Reference in New Issue
Block a user