...
|
...
|
@@ -37,7 +37,7 @@ func (gateway HttpLibCostStructured) BaseUrl() string { |
|
|
|
|
|
//批量添加成本管理
|
|
|
func (gateway HttpLibCostStructured) BatchCreateCostManagemant(param BatchAddCostManagemantRequest) (*BatchAddCostManagemantResponse, error) {
|
|
|
url := fmt.Sprintf("%s%s", gateway.BaseUrl(), "/cost-managemants/batch-update-cost-managemants")
|
|
|
url := fmt.Sprintf("%s%s", gateway.BaseUrl(), "/cost-managemants/batch-create-cost-managemants")
|
|
|
method := "post"
|
|
|
var data BatchAddCostManagemantResponse
|
|
|
err := gateway.FastDoRequest(url, method, param, &data)
|
...
|
...
|
|