Supported broker demand.
This commit is contained in:
@@ -37,10 +37,12 @@ namespace AlibabaCloud
|
||||
AcceptDemandResult();
|
||||
explicit AcceptDemandResult(const std::string &payload);
|
||||
~AcceptDemandResult();
|
||||
std::string getBindUrl()const;
|
||||
|
||||
protected:
|
||||
void parse(const std::string &payload);
|
||||
private:
|
||||
std::string bindUrl_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -43,6 +43,7 @@ namespace AlibabaCloud
|
||||
float bargainSellerPrice;
|
||||
float servicePayPrice;
|
||||
std::string payDomain;
|
||||
int orderType;
|
||||
int produceType;
|
||||
std::string bargainSellerMobile;
|
||||
long publishTime;
|
||||
|
||||
Reference in New Issue
Block a user