|
@@ -3,15 +3,13 @@ package resourceChannel
|
|
import (
|
|
import (
|
|
"bytes"
|
|
"bytes"
|
|
"encoding/json"
|
|
"encoding/json"
|
|
- "fmt"
|
|
|
|
- "github.com/aliyun/aliyun-oss-go-sdk/oss"
|
|
|
|
|
|
+ "github.com/aliyun/aliyun-oss-go-sdk/oss"
|
|
"github.com/go-redis/redis"
|
|
"github.com/go-redis/redis"
|
|
"golang.org/x/net/context"
|
|
"golang.org/x/net/context"
|
|
"io/ioutil"
|
|
"io/ioutil"
|
|
"log"
|
|
"log"
|
|
"net/http"
|
|
"net/http"
|
|
"net/url"
|
|
"net/url"
|
|
- "os"
|
|
|
|
"path"
|
|
"path"
|
|
"runtime"
|
|
"runtime"
|
|
"strconv"
|
|
"strconv"
|