主题 : V9.3版本,后台api 中添加一参数,报签名验*错误??为什么
级别: 童生
UID: 127351
积分:27 加为好友
威望: 5 精华: 0
主题:5 回复:15
注册时间:2018-12-17
在线时长:0
1#   发表于:2019-07-25 14:31:50  IP:112.149.*.*
V9.3版本,后台api 中添加一参数,报签名验证错误??为什么

@SignValidate
@RequestMapping(value = "/content/update")
public void contentUpdate(
Integer id, Integer channelId,Integer modelId, 
String title, String author, String desc,
String txt, String tagStr,String mediaPath,String mediaType,
String attachmentPaths, String attachmentNames,
String attachmentFilenames, 
String picPaths, String picDescs,
Short charge,Double chargeAmount,
Boolean isDoc,String docPath,Integer downNeed,
Boolean isOpen,String docSuffix,
Byte contentStatus,Integer typeId,
String contentImg,String titleImg,String typeImg,
HttpServletRequest request,HttpServletResponse response)throws JSONException {
saveOrUpdateContent(OPERATE_UPDATE, null, id, 
channelId, modelId, title, author, desc, txt, 
tagStr, mediaPath, mediaType, attachmentPaths, 
attachmentNames, attachmentFilenames, picPaths, picDescs, 
charge, chargeAmount, isDoc, docPath, downNeed, isOpen,
docSuffix, contentStatus, typeId, contentImg,
titleImg, typeImg,request, response);
}
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
2#   发表于:2019-07-25 14:33:04  IP:117.93.*.*
后台api 中添加一参数   这个参数是我们默认的嘛?
每天告诉自己一次,“我真的很不错”。
级别: 童生
UID: 127351
积分:27 加为好友
威望: 5 精华: 0
主题:5 回复:15
注册时间:2018-12-17
在线时长:0
3#   发表于:2019-07-25 14:35:02  IP:112.149.*.*
在你们原来的方法上,想添加一个
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
4#   发表于:2019-07-25 14:41:19  IP:117.93.*.*
您好   论坛是不对二次开发的功能进行回复的  这个我们没法回复的
每天告诉自己一次,“我真的很不错”。
级别: 童生
UID: 127351
积分:27 加为好友
威望: 5 精华: 0
主题:5 回复:15
注册时间:2018-12-17
在线时长:0
5#   发表于:2019-07-25 14:43:16  IP:112.149.*.*
我该问谁
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
6#   发表于:2019-07-25 14:45:15  IP:117.93.*.*
您好    二次开发相关的问题   是有客户自己解决的   如果您觉得需要我们的帮助可以找售前了解下我们的二次开发指导服务
每天告诉自己一次,“我真的很不错”。
1 共1页