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