Skip to content

Commit

Permalink
delete faq md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaomingqiang committed Mar 2, 2021
1 parent af0e42c commit 272f85a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
3 changes: 1 addition & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,7 @@ import (
// request.SetNotDataField(),设置响应的是否 没有`data`字段,业务接口都是有`data`字段,所以不需要设置
// request.SetTenantKey("TenantKey"),以`应用商店应用`身份,表示使用`tenant_access_token`访问API,需要设置
// request.SetUserAccessToken("UserAccessToken"),表示使用`user_access_token`访问API,需要设置
req := request.NewRequestWithNative(httpPath, httpMethod string, accessTokenType AccessTokenType,
input interface{}, output interface{}, optFns ...OptFn)
req := request.NewRequestWithNative(httpPath, httpMethod string, accessTokenType AccessTokenType, input interface{}, output interface{}, optFns ...OptFn)

```

Expand Down
9 changes: 0 additions & 9 deletions doc/fqa.md

This file was deleted.

9 changes: 0 additions & 9 deletions doc/fqa.zh.md

This file was deleted.

0 comments on commit 272f85a

Please sign in to comment.