AnySdk iOS 微信支付 签名错误

同一个工程,在接微信支付时安卓的跑通了,将相应的参数配置成iOS的后,微信登录、分享可以跑通,在支付时返回签名错误,这个签名错误是微信返回的吗,是什么原因导致的呢?

2016-12-24 15:38:35.645594 ****[5104:1280433] FLQG_LOG:debug:responseStatusCode:200
2016-12-24 15:38:35.646199 ****[5104:1280433] FLQG_LOG:debug:responseData {“status”:“ok”,“data”:{“order_id”:“PB105816122415383530962”,“order_name”:“punchbox_PB105816122415383530962”,“order_time”:1482565115,“order_money”:“0.010000”,“channel_product_id”:“000”,“order_expand”:{“status”:“fail”,“result”:"\u7b7e\u540d\u9519\u8bef"}}}
2016-12-24 15:38:35.662249 ****[5104:1280433] FLQG_LOG:debug:onGetServerUrlGetOrder {“status”:“ok”,“data”:{“order_id”:“PB105816122415383530962”,“order_name”:“punchbox_PB105816122415383530962”,“order_time”:1482565115,“order_money”:“0.010000”,“channel_product_id”:“000”,“order_expand”:{“status”:“fail”,“result”:"\u7b7e\u540d\u9519\u8bef"}}}
2016-12-24 15:38:35.678578 ****[5104:1280433] FLQG_LOG:debug:onGetPayOrderId {“status”:“ok”,“data”:{“order_id”:“PB105816122415383530962”,“order_name”:“punchbox_PB105816122415383530962”,“order_time”:1482565115,“order_money”:“0.010000”,“channel_product_id”:“000”,“order_expand”:{“status”:“fail”,“result”:"\u7b7e\u540d\u9519\u8bef"}}}
2016-12-24 15:38:35.679097 ****[5104:1280433] FLQG_LOG:debug:payInSDK params: 签名错误
2016-12-24 15:38:35.681556 ****[5104:1280433] *** Terminating app due to uncaught exception ‘NSUnknownKeyException’, reason: ‘[<__NSCFString 0x1744331e0> valueForUndefinedKey:]: this class is not key value coding-compliant for the key partnerid.’
*** First throw call stack:
(0x18939c1c0 0x187dd455c 0x18939be88 0x189e3d500 0x189d843a8 0x1010afeb0 0x1010afb08 0x189e6bca0 0x18934a8f4 0x18934a608 0x189349ec4 0x189347ac0 0x189276048 0x18acf9198 0x18f249628 0x18f244360 0x1000cc7fc 0x1882585b8)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)

检查下商户支付密钥填的对不对吧