(furl string, callback base.ReqCallback, resp interface{})
| 95 | } |
| 96 | |
| 97 | func (d *BaiduPhoto) Post(furl string, callback base.ReqCallback, resp interface{}) (*resty.Response, error) { |
| 98 | return d.Request(base.RestyClient, furl, http.MethodPost, callback, resp) |
| 99 | } |
| 100 | |
| 101 | // 获取所有文件 |
| 102 | func (d *BaiduPhoto) GetAllFile(ctx context.Context) (files []File, err error) { |
no test coverage detected