[6.0.0] 1、sms接口替换
This commit is contained in:
@@ -28,7 +28,7 @@ interface OchLoginServiceApi {
|
||||
* @return
|
||||
*/
|
||||
@Headers( {"Content-type:application/json;charset=UTF-8"} )
|
||||
@POST( "/autopilot-car-hailing/driver/v2/driver/taxi/sendSms" )
|
||||
@POST( "/och-taxi-cabin/api/sms/v1/sendSms" )
|
||||
Observable<DriverStatusQueryRespBean> getPhoneCode(@Header("appId") String appId
|
||||
, @Header("ticket") String ticket, @Body TaxiLoginSmsReqBean data);
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user