Commit 38b35a63 by 罗翻

多任务增加技术支持电话

parent 669a1347
......@@ -296,4 +296,7 @@ interface OrderService {
*/
@GET(OrderConstant.CHECK_PROCESS_MULTI_ORDER)
Observable<BaseResponse<Spu>> getMultiProcessInfo(@Path("id") int id);
@GET(OrderConstant.COMPAY_MANAGER_MOBILE)
Observable<BaseResponse<Spu>> getManagerMobile(@Path("id") int id);
}
......@@ -69,7 +69,7 @@ public class OrderDetail implements Serializable {
private int spuId;
private Integer anyContacts;
private Integer kaCompanyId;
private Integer createdSource; //1.服务商自己填写的工单2.厂商系统派3.ka系统4.小程序添加的工单
private Integer createdSource; //1.服务商自己填写的工单2.厂商系统派3.ka系统4.多任务
private List<accessories> accessories;
private List<Spu> spus;
......
......@@ -146,4 +146,9 @@ public class OrderConstant {
*/
public final static String CHECK_PROCESS_MULTI_ORDER = "/api-order/" + "/ordersRelationSpuItem/detail/{id}";
/**
* 获取技术支持电话.
*/
public final static String COMPAY_MANAGER_MOBILE = "/api-ka-user/" + "companyManager/findCompanyManagerBy";
}
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 sign in to comment