mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-31 21:09:40 +08:00
增加二维码信息返回接口
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user