@cpzxrobot/sdk 1.0.48 → 1.0.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/pigfarm_gateway.js +1 -1
- package/package.json +1 -1
- package/pigfarm_gateway.ts +1 -1
package/dist/pigfarm_gateway.js
CHANGED
package/package.json
CHANGED
package/pigfarm_gateway.ts
CHANGED
|
@@ -124,7 +124,7 @@ export class PigfarmGateway extends Object {
|
|
|
124
124
|
case "dayage":
|
|
125
125
|
body["days"] = arg;
|
|
126
126
|
}
|
|
127
|
-
return axios.post(url,
|
|
127
|
+
return axios.post(url, body);
|
|
128
128
|
},
|
|
129
129
|
get: async (id: number): Promise<any> => {
|
|
130
130
|
var axios = await this.context.ready;
|