求助!!AnySDK打包ios的支付报错

参考了http://forum.cocos.com/t/anysdk-appstore/53826,打了详细日志,然后项目名字里并没有空格,也看不懂报错。。特来求助
anysdk的游戏名是shejianios
JS: pay start
in ProtocolYAP_yapForProduct, argc:1.
2018-08-20 17:48:11.126690+0800 见缝插针[3577:922966] FLQG_LOG:debug:callFunction(YAPAS,yapForProduct)
2018-08-20 17:48:11.129266+0800 见缝插针[3577:922966] FLQG_LOG:debug:send: {
“coin_num” = 1;
“framework_version” = “IOS_JS—_2.2.6”;
“game_server_id” = 1;
“game_user_id” = 123456;
money = “1.000000”;
“plugin_id” = 92;
“plugin_version” = “2.1.3_6.0.0”;
“private_data” = test;
“product_id” = 10001;
“product_name” = “10\U5143\U5b9d”;
“user_id” = 123456;
}
2018-08-20 17:48:11.131758+0800 见缝插针[3577:922966] FLQG_LOG:debug:SERVER_URL_GET_ORDER:http://pay.anysdk.com/v5/Order/getOrderId/
JS: pay start
in ProtocolYAP_yapForProduct, argc:1.
2018-08-20 17:48:11.142052+0800 见缝插针[3577:922966] FLQG_LOG:debug:callFunction(YAPAS,yapForProduct)
on yap result: 7, msg: Now is yaping.
2018-08-20 17:48:11.143436+0800 见缝插针[3577:922966] FLQG_LOG:debug:YAPObject Yap result is : 7(Now is yaping)
2018-08-20 17:48:11.143882+0800 见缝插针[3577:922966] FLQG_LOG:debug:Now is yaping.
2018-08-20 17:48:11.247786+0800 见缝插针[3577:922966] FLQG_LOG:debug:JSON: {“status”:“fail”,“data”:{“error”:“token_no_match”,“error_no”:“10000”},“sn”:“pay-8891-1534758491.2224”}
2018-08-20 17:48:11.264499+0800 见缝插针[3577:922966] FLQG_LOG:debug:onGetServerUrlGetOrder {“status”:“fail”,“data”:{“error”:“token_no_match”,“error_no”:“10000”},“sn”:“pay-8891-1534758491.2224”}
on yap result: 1, msg: ongetYapOrderId status error.
2018-08-20 17:48:11.281311+0800 见缝插针[3577:922966] FLQG_LOG:debug:YAPObject Yap result is : 1(ongetYapOrderId status error)
2018-08-20 17:48:11.281393+0800 见缝插针[3577:922966] FLQG_LOG:debug:onActionResult(YAPAS,1,ongetYapOrderId status error)

没人吗。。

瞧瞧info.plist是不是少了ASC_ChannelID,没的话就自己手动加上。渠道号就是打包工具上的那个
ASC_ChannelID
渠道号

http://docs.anysdk.com/integration/client-js/quick-integration/#targets

参考集成文档这部分,原工程删掉-desktop的target再打包吧

我也出现了这个情况,我是通过设置 支付的 秘钥和id 对应上就好了,一般这个是参数错误无疑