Commit c91a1466 authored by zhouqian's avatar zhouqian

get protocol

parent fb2b0eac
...@@ -300,6 +300,7 @@ public class WeChatController implements IBaseController { ...@@ -300,6 +300,7 @@ public class WeChatController implements IBaseController {
JSON.parseObject(extData, new TypeReference<HashMap<String, Object>>() { JSON.parseObject(extData, new TypeReference<HashMap<String, Object>>() {
}); });
} catch (Exception ex) { } catch (Exception ex) {
LOGGER.error("解析extData发生错误", ex);
// 从code获取token // 从code获取token
Merchant merchant = merchantService.findMerchantByName(systemKey); Merchant merchant = merchantService.findMerchantByName(systemKey);
......
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