| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- /**
- *@des 公用基础
- *@author 237524947@qq.com
- *@blog https://gitee.com/zscat/mallplus/wikis/pages/preview?sort_id=1703736&doc_id=326093
- *@date 2019/11/19 14:56:57
- *@param registerByPass
- */
- //切换语言
- const changeLanguages = '/common/changeLanguages';
- //上传图片
- const UploadImage = '/utils/Upload';
- //全部待接单
- const getqishouorderlist = '/system/order/getqishouorderlist';
- //骑手受理的订单
- const getqsorderlist = '/system/order/getqsorderlist';
- const setorderuzt = '/system/order/setorderuzt';
- const setRiderposition = '/system/position/setRiderposition';
- const gcj02towgs = '/utils/GCJ2TOWGS?';
- const setLocat = '/utils/setLocat?';
- //支付保证金
- const addMargin = '/system/margin/addMargin';
- const getmymargin = '/system/margin/getmymargin';
- //绑定银行卡
- const addbankcard = '/system/card/addbankcard';
- //绑定银行卡列表
- const getbankcard = '/system/card/getbankcard';
- //删除银行卡
- const delebankcard = '/system/card/delebankcard';
- //推送消息
- const pushMsg = 'https://fc-mp-20ccbe79-10f8-41d7-a06c-c42581f351c1.next.bspapp.com/ptpush';
- //支付
- const md5pay = '/pay/md5pay?';
- //用户充值
- const userRecharge = '/Billing/billing/userRecharge?';
- //佣金、保证金、余额 空为用户当前余额,0为查看总共分成收入,1查看总充值,2查看总提现
- const getUsbalance = '/Billing/billing/getUsbalance?';
- export {
- changeLanguages,
- UploadImage,
- getqishouorderlist,
- setorderuzt,
- setRiderposition,
- addMargin,
- getmymargin,
- md5pay,
- addbankcard,
- getbankcard,
- delebankcard,
- pushMsg,
- getUsbalance,
- userRecharge,
- getqsorderlist,
- gcj02towgs,
- setLocat
- };
|