Commit 887dc4e9 authored by shiyu's avatar shiyu

ai会话

parent 055f9475
......@@ -34,8 +34,7 @@ public class IMCallbackController {
* @return
*/
@RequestMapping(value ="/getCallbackInfo")
public Object getCallbackInfo(@PathVariable String appid,
@RequestParam(required = false, name = "SdkAppid") String sdkAppid,
public Object getCallbackInfo(@RequestParam(required = false, name = "SdkAppid") String sdkAppid,
@RequestParam(required = false, name = "OptPlatform") String optPlatform,
@RequestParam(required = false, name = "CallbackCommand") String callbackCommand,
@RequestBody(required = false) String jsonStr) {
......
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 to comment