Giter Club home page Giter Club logo

Comments (8)

wwh1004 avatar wwh1004 commented on May 24, 2024

没看懂你的代码...你是不是改过了我的api,还是你自己写了

from neteasecloudmusicapi.

ykl2011 avatar ykl2011 commented on May 24, 2024

没看懂你的代码...你是不是改过了我的api,还是你自己写了

是自己写,但是api还是使用你的。JObject jonf = await 发送命令(api, API操作类型.修改昵称, dcgz11) 这里会引用以下的api。

	public static readonly CloudMusicApiProvider UserUpdate = new CloudMusicApiProvider("/user/update", HttpMethod.Post, q => "https://music.163.com/weapi/user/profile/update", new ParameterInfo[] {
		new ParameterInfo("nickname"),
		new ParameterInfo("signature"),
		new ParameterInfo("gender"),
		new ParameterInfo("avatarImgId", ParameterType.Constant, "0"),
		new ParameterInfo("province"),
		new ParameterInfo("city"),
		new ParameterInfo("birthday")		
	}, BuildOptions("weapi"));

from neteasecloudmusicapi.

wwh1004 avatar wwh1004 commented on May 24, 2024

用我写的会不会出问题?

from neteasecloudmusicapi.

ykl2011 avatar ykl2011 commented on May 24, 2024

用我写的会不会出问题?

也是一样....测试很多次了 =(

from neteasecloudmusicapi.

wwh1004 avatar wwh1004 commented on May 24, 2024

那api要更新下,你去原项目看看,我最近没时间更新,和原项目落后好几个版本了

from neteasecloudmusicapi.

wwh1004 avatar wwh1004 commented on May 24, 2024

然后这个api要登录的,你登录没?

from neteasecloudmusicapi.

ykl2011 avatar ykl2011 commented on May 24, 2024

已经登入了,亲·。

from neteasecloudmusicapi.

ykl2011 avatar ykl2011 commented on May 24, 2024

那api要更新下,你去原项目看看,我最近没时间更新,和原项目落后好几个版本了

感谢大神!么么哒!

from neteasecloudmusicapi.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.