Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CD_Net 请求 #6

Open
FarmerChina opened this issue Feb 18, 2020 · 1 comment
Open

CD_Net 请求 #6

FarmerChina opened this issue Feb 18, 2020 · 1 comment

Comments

@FarmerChina
Copy link

我总感觉这个有问题;不知道是不是哪里没设置, Android 同样是post; Android能传过去数据,ios的post后台的同事说接不到值;

func CD_NetInit() -> CD_Net {
        return CD_Net.init()
            .baseURL(baseURL)
            .method(.post) 
            .responseStyle(.json)
           .......
 }

之前Android用get能传过去; iOS 的get 就是不行; 要用put; 不知道为啥子

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@FarmerChina and others