@Component
@Path(value="/customer/")
@Consumes(value="application/json")
@Produces(value="application/json")
public class CustomerRest
extends java.lang.Object
构造器和说明 |
---|
CustomerRest() |
@POST @Path(value="add_user.do") public ResultDto getBox(CustomerBean bean) throws java.lang.Exception
java.lang.Exception
@POST @Path(value="update_user.do") public ResultDto updateBox(CustomerBean bean) throws java.lang.Exception
java.lang.Exception
@POST @Path(value="check_user_name.do") public ResultDto checkSkinName(CustomerBean bean)
@POST @Path(value="check_login_name.do") public ResultDto checkloginName(CustomerBean bean)
@POST @Path(value="check_phone.do") public ResultDto checkPhone(CustomerBean bean)
@POST @Path(value="find_users.do") public ResultDto findUsers(CustomerBean bean)
@POST @Path(value="find_box_users.do") public ResultDto findBoxUsers(CustomerBean bean)
@POST @Path(value="user_to_device.do") public ResultDto userToDevice(CustomerBean bean) throws java.lang.Exception
java.lang.Exception
@POST @Path(value="user_register_phone.do") public ResultDto userRegisterPhone(CustomerBean bean)
@POST @Path(value="user_register_email.do") public ResultDto userRegisterEmail(CustomerBean bean)
@POST @Path(value="check_login_name_phone.do") public ResultDto checkLoginNamePhone(CustomerBean bean)
@POST @Path(value="check_user_phone.do") public ResultDto checkUserPhone(CustomerBean bean) throws java.lang.Exception
java.lang.Exception
@POST @Path(value="get_user_phone.do") public ResultDto getUserPhone(CustomerBean bean) throws java.lang.Exception
java.lang.Exception
@POST @Path(value="logout_user_wechat.do") public ResultDto logoutUserWechat(CustomerBean bean)
@POST @Path(value="logout_user_phone.do") public ResultDto logoutUserPhone(CustomerBean bean)
@POST @Path(value="find_finger_byid.do") public java.lang.String findFingerByid(CustomerBean bean)
@POST @Path(value="update_user_verify_phone.do") public ResultDto updateUserVerifyPhone(CustomerBean bean) throws java.lang.Exception
java.lang.Exception
@POST @Path(value="delete_user_fingers.do") public ResultDto deleteFingers(CustomerBean bean)
bean
- @POST @Path(value="wechat_update_loginPassword.do") public ResultDto wechatUpdateLoginPassword(CustomerBean bean)
bean
- @POST @Path(value="delivery_address_list.do") public ResultDto deliveryAddressList(CustomerBean bean)
bean
- @POST @Path(value="add_delivery_address.do") public ResultDto addDeliveryAddress(CustomerBean bean)
bean
- @POST @Path(value="edit_delivery_address.do") public ResultDto editDeliveryAddress(CustomerBean bean)
bean
- @POST @Path(value="delete_delivery_address.do") public ResultDto deleteDeliveryAddress(CustomerBean bean)
bean
- @POST @Path(value="update_networkIp.do") public ResultDto updateNetworkIp(CustomerBean bean)
bean
-