|
|
|
@ -33,7 +33,6 @@ import au.com.royalpay.payment.tools.exceptions.ServerErrorException;
|
|
|
|
|
|
|
|
|
|
import cn.yixblog.platform.http.HttpRequestGenerator;
|
|
|
|
|
import cn.yixblog.platform.http.HttpRequestResult;
|
|
|
|
|
import javafx.application.Platform;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Created by wangning on 2017/12/7.
|
|
|
|
@ -97,6 +96,9 @@ public class OfeiClientImpl implements OfeiClient {
|
|
|
|
|
case "9":
|
|
|
|
|
updateOrder(orderId, "20", detail);
|
|
|
|
|
break;
|
|
|
|
|
default:
|
|
|
|
|
updateOrder(orderId,"100",detail);
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}else {
|
|
|
|
|
detail.put("err_msg",respXml.elementText("err_msg"));
|
|
|
|
|