|
@@ -12,6 +12,7 @@ type ReProjectDetail struct {
|
|
|
CreatedAt string `json:"createdAt"` // 创建时间
|
|
|
CreatorName string `json:"creatorName"` // 创建者
|
|
|
Phone string `json:"phone"` // 联系方式
|
|
|
+ WX string `json:"wx"` // 微信
|
|
|
EstimatedCost float64 `json:"estimatedCost"` // 成本预估
|
|
|
ServiceChargeRate float64 `json:"serviceChargeRate"` // 公开服务费率
|
|
|
// 支付方式参数待定
|