20240115-ljl-multiPay
parent
2bde53c616
commit
6aede06cd4
@ -1,13 +1,16 @@
|
||||
package com.ms.biz.dto.openspi.response;
|
||||
|
||||
import com.alibaba.fastjson.annotation.JSONField;
|
||||
import com.doudian.open.gson.annotations.SerializedName;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class QuerySupplyPlatformAuthData {
|
||||
@JSONField(name = "authorized")
|
||||
@SerializedName("authorized")
|
||||
private boolean authorized;
|
||||
|
||||
@JSONField(name = "auth_url")
|
||||
@SerializedName("auth_url")
|
||||
private String authUrl;
|
||||
}
|
||||
|
Loading…
Reference in New Issue