Merge remote-tracking branch 'origin/cjl' into dev
| | |
| | | integerList.add(AllocationApproveEnum.IN_APPROVAL.value); |
| | | integerList.add(AllocationApproveEnum.UNDER_RECTIFICATION.value); |
| | | integerList.add(AllocationApproveEnum.DRAFT.value); |
| | | }else if(type.equals(2)){ |
| | | integerList.add(0); |
| | | } |
| | | } |
| | | if(type.equals(3)){ |
| | |
| | | public class WechatUtils { |
| | | |
| | | |
| | | public static final String APPID = "wx41f4c3c007545088"; |
| | | public static final String SECRET = "9e1a328ad525dd169252a1cc5067a6f3"; |
| | | public static final String APPID = "wxf95fb77e0b1f8c09"; |
| | | public static final String SECRET = "acf3be9facf7f26bb8286c9b4eff93d0"; |
| | | |
| | | public static JSONObject getSessionKeyOrOpenId(String code) { |
| | | |