增加二维码信息返回接口

This commit is contained in:
egan
2019-08-04 17:16:41 +08:00
parent 7dae9dcca2
commit 66055980f6
9 changed files with 34 additions and 15 deletions

View File

@@ -250,7 +250,7 @@ public class PayoneerPayService extends BasePayService<PayoneerConfigStorage> im
* @return 返回图片信息,支付时需要的
*/
@Override
public BufferedImage genQrPay(PayOrder order) {
public String getQrPay(PayOrder order) {
throw new UnsupportedOperationException();
}