Commit 4f475500 by zhangchen

人脸相关

parent e6e99f6c
......@@ -227,23 +227,6 @@ public class UserMController {
return null;
}
/**
* 新增客户人脸底图
* @param token
* @param request
* @return
*/
@SuppressWarnings("deprecation")
@RequestMapping(value = "/v1/users/uploadImage/{token}", method = RequestMethod.POST)
@Security
@ResponseBody
public Object userIsImage(@PathVariable String token) {
Response<Object> response = new Response<Object>();
String uid = UserContext.getUserId();
return null;
}
@RequestMapping(value = "/v1/salesperson/payImage/{saleRecordId}", method = RequestMethod.POST)
@ResponseBody
public Object payImagePhoto(@PathVariable String saleRecordId, MultipartHttpServletRequest request) {
......
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