yujian
2019-09-25 3b67318adb6ee3854cca9ef4134b3747bddb44df
fanli/src/main/java/com/yeshi/fanli/service/impl/money/extract/ExtractServiceImpl.java
@@ -374,6 +374,7 @@
    * @param extract
    * @param session
    */
   //TODO 转账逻辑需要改变,固定IP
   @Transactional
   private void extractByZhiFuBao(Extract extract, AdminUser adminUser) {
      LogHelper.userErrorInfo("提现:开始通过提现-"+extract.getId());
@@ -384,7 +385,7 @@
      String uuid = UUID.randomUUID().toString().replace("-", "");
      String appName = Constant.systemCommonConfig.getProjectChineseName();
      JSONObject json = new JSONObject();
      json.put("out_biz_no", uuid);
      json.put("out_biz_no", uuid);//最长长度64位,支持英文,下划线,数字
      json.put("payee_type", "ALIPAY_LOGONID");
      json.put("payee_account", extract.getAccount());
      json.put("amount", extract.getMoney());