import urllib2
import urllib
import datetime
import time
id = str(你的宽带帐号)
content = urllib2.urlopen('http://bj.wokuan.cn/phoneservice/get_server_time.php').read()
year = int(content[15:19])
mon = int(content[20:22])
day = int(content[23:25])
hour = int(content[26:28])
min = int(content[29:31])
sec = int(content[32:34])
s = datetime.datetime(year,mon,day,hour,min,sec)
ti = str(int(time.mktime(s.timetuple()))*1000)
data = {}
data['device'] = 'Android Phone'
data['devicename'] = 'Android Phone'
data['reqtime'] = ti
data['paras'] = '{"device":"Android Phone","devicename":"Android Phone","reqtime":"'+ti+'","upspeedcode":"09","oldspeedcode":"01","adslaccount":"'+id+'","accetime":"300000.0","sv":"is"}'
data['accetime'] = '300000.0'
post_data = urllib.urlencode(data)
url = 'http://bj.wokuan.cn/phoneservice/mobile_improvespeed.php'
req = urllib2.urlopen(url, post_data)
res = req.read()
print res
默认提速到 100M ,时间是 300000 分钟。所以一个月执行一次就够了。有需要可以自己修改
1
codeforlife 2015-11-01 16:15:02 +08:00
想问下,楼主你办的这个宽带是多少钱啊
|
2
msdx123 OP @codeforlife 1480 包年 20M 那种
|
3
codeforlife 2015-11-01 16:19:25 +08:00
@msdx123 这种提速到 100m 活动会持续多久呢
我最近要办宽带所以问下 |
4
msdx123 OP @codeforlife http://10010.bbn.com.cn/index.php?s=/FourthSpeed/index 建议直接上 100M 一步到位 应该是 1980 一年
|
5
codeforlife 2015-11-01 16:54:44 +08:00
@msdx123 ok
准备办这个 100m 的 |
6
loserwn 2015-11-01 17:11:37 +08:00
我这里记住的自己在路由器上拨号的 adsl 的帐号是*[a-z] 这种形式的,而非客户端上看到的 [0-9] 这种形式的。客户端上对[0-9]这种形式只现实了前两位数据和末尾两位数字,中间用 * replace 掉了。 @msdx123 是否有好的方法能获取到?
--- 报错 > <br/> <b>Error 1839</b>: Element 'adslaccount': [facet 'pattern'] The value '*replace_my_adsl_account' is not accepted by the pattern '[a-zA-Z0-9]{12}'. in <b>/usr/local/nginx/html/wkservice/phoneservice/</b> on line <b>1</b> <br/> |
7
msdx123 OP |
9
msdx123 OP @loserwn 用这个 http://bj.wokuan.cn/web/startenrequest.php 忽略我之前发的
|
10
loserwn 2015-11-01 17:59:15 +08:00
|
11
loserwn 2015-11-01 18:02:03 +08:00
@msdx123 哈。看到了。 thx ,感谢,测试了一下,可用。
不过,我看 windows 的官方客户端上现实的还是原来的 15 小时。 这个是说「只是启动了加速功能」?还是说「可以忽略」官方客户端的这个 15 小时的(兑换时间)可以使用 accetime 那么长的时间? 我的意思是如何判断 accetime 这个生效了? |
14
xierch 2015-11-01 20:16:28 +08:00
「你的宽带帐号」上的红框是怎么做到的?
|
16
yiciyuansky 2015-11-02 11:20:33 +08:00
我能弱弱的问问怎么用吗。。。
|
17
anyforever 2015-11-02 11:26:40 +08:00
哇,把接口都扒出来了啊。
我都是手动点 APP ,终于升完了。。 |
18
crytis 2015-11-02 12:58:52 +08:00 via Android
@codeforlife 办 50 的就行,快鸟可以提到 100
|