Skip to content

Commit

Permalink
Merge 5c4dc35 into 8bc303b
Browse files Browse the repository at this point in the history
  • Loading branch information
lizheming committed Sep 19, 2018
2 parents 8bc303b + 5c4dc35 commit 9f46c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -340,7 +340,7 @@ declare module 'thinkjs' {
* get post data, name can be split by comma 'field1,field2' or 'field'
* @memberOf Controller
*/
post(name: string): object;
post(name: string): any;


/**
Expand Down

0 comments on commit 9f46c7e

Please sign in to comment.