提交内容:定时任务

备注:定时推送单据至BIP
提交人:邹江涛
This commit is contained in:
zoujiangtao 2024-12-16 17:51:44 +08:00
parent 029549a0f7
commit 4d17ecace1
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ public class ApiMappingBillPlugin extends AbstractFormPlugin implements Plugin {
this.getView().showTipNotification("返回结果:" + responseBody); this.getView().showTipNotification("返回结果:" + responseBody);
} }
if ("shkd_hitBack".equals(itemKey)) { if ("shkd_hitback".equals(itemKey)) {
String responseBody = ApiService.paymentSlipsJson(billObject, "BIPNO"); String responseBody = ApiService.paymentSlipsJson(billObject, "BIPNO");
JSONObject jsonObject = JSON.parseObject(responseBody); JSONObject jsonObject = JSON.parseObject(responseBody);
String code = jsonObject.getString("code"); String code = jsonObject.getString("code");