parent
029549a0f7
commit
4d17ecace1
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue